github.com/golang/mock/gomock.notMatcher.m (field)

3 uses

	github.com/golang/mock/gomock (current package)
		matchers.go#L148: 	m Matcher
		matchers.go#L152: 	return !n.m.Matches(x)
		matchers.go#L156: 	return "not(" + n.m.String() + ")"